home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #1
/
Amiga Plus CD - 2000 - No. 1.iso
/
scripts
/
HTML
next >
Wrap
Text File
|
1999-12-03
|
998b
|
39 lines
failat 31
if not exists env:quickstarted
Echo "Die CD ist nicht eingerichtet!*nBitte zuerst Quickstart ausführen!"
wait 2
quit
endif
set choiced `APCD:C/requestchoice "Amiga+ (C)" "Welchen Browser wollen sie verwenden?" "IBrowse (Emp.!)|AWeb|Voyager|Eigenen..."`
if $choiced eq 0 val
lab choicing
set APCDHtml `requestfile TITLE "Bitte Browser wählen:" DRAWER APCD:A+tools/browser`
cd `get APCDHtml` >NIL:
if not warn
skip back choicing
endif
endif
if $choiced eq 1
set APCDHtml APCD:A+Tools/browser/ibrowse/ibrowse
endif
if $choiced eq 2 val
set APCDHtml APCD:A+Tools/browser/Aweb3/Aweb
endif
if $choiced eq 3 val
set APCDHtml APCD:A+Tools/Browser/Voyager/V
endif
set browser0 "Eigener!"
set browser1 "IBrowse!"
set browser2 "AWeb 3!"
set browser3 "Voyager!"
requestchoice "Amiga+ (C)" "Neuer Browser: `get Browser$choiced`" Save|Use|Cancel >env:save
if $save eq 1
setenv APCDHtml "`get APCDHtml`"
copy env:APCDHtml envarc: quiet >NIL:
endif
if $save eq 2
setenv APCDHtml "`get APCDHtml`"
endif